home *** CD-ROM | disk | FTP | other *** search
- main ()
- {
- dial ("4",0);
- waitfor ("Enter Language # to use (Enter)=no change? ",30);
- cputs ("^M");
- waitfor ("Do you want graphics (Enter)=no? ",30);
- cputs ("^M");
- waitfor ("What is your first name? ",30);
- cputs ("xxxxxxxx xxx xxxxxxxx^M"); // Enter your fname lname password here
- waitfor ("Press any key to continue...",30);
- cputs (" ");
- waitfor ("Scan Message Base Since 'Last Read' (Enter)=yes? ",30);
- cputs ("n^M");
- waitfor (" Main Board Command? ",30);
- cputs ("mail^M");
- waitfor (" Cam-Mail Command? ",30);
- cputs ("d^M");
- waitfor ("messages (Enter)=yes? ",30);
- cputs ("^M");
- waitfor (" Cam-Mail Command? ",30);
- cputs ("ug^M");
- send('Z',"C:\telix\swcreate.rep"); // This should be the name of your .Rep packet
- hangup();
- exittelix ('0', '1');
- }
-